描画ターゲットの {{SaveDrawingState}} メソッドと {{RestoreDrawingState}} メソッドで使用できる
DrawingStateBlock を作成します。
シンタックス
'宣言
Public Overloads Shared Function Create( _
ByVal As Factory, _
ByVal As System.Nullable(Of DrawingStateDescription), _
ByVal As RenderingParams _
) As DrawingStateBlock
public static DrawingStateBlock Create(
Factory ,
System.Nullable<DrawingStateDescription> ,
RenderingParams
)
パラメータ
- factory
- Factory のインスタンス。
- drawingStateDescription
- アンチエイリアス、変換、タグ情報を含む構造体。
- textRenderingParams
- テキストの描画方法を示すオプションのテキストパラメータ。
参照